projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
704c578
)
(buf_charpos_to_bytepos): Delete local variable gapend_byte.
author
Kenichi Handa
<handa@m17n.org>
Thu, 2 Apr 1998 00:25:47 +0000
(
00:25
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Thu, 2 Apr 1998 00:25:47 +0000
(
00:25
+0000)
src/marker.c
patch
|
blob
|
history
diff --git
a/src/marker.c
b/src/marker.c
index 86951edd2f302be77329a9f8dadc36ef0a442279..dd53628462e1ede9f43724b16dda4306ea6d56a3 100644
(file)
--- a/
src/marker.c
+++ b/
src/marker.c
@@
-131,7
+131,6
@@
buf_charpos_to_bytepos (b, charpos)
int charpos;
{
Lisp_Object tail;
- int gapend_byte = BUF_GPT_BYTE (b) + BUF_GAP_SIZE (b);
int best_above, best_above_byte;
int best_below, best_below_byte;